Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=9",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 10,
    "results": [
        {
            "start": 816234675,
            "stop": 816234719
        },
        {
            "start": 816234726,
            "stop": 816234759
        },
        {
            "start": 816234782,
            "stop": 816234823
        },
        {
            "start": 816234837,
            "stop": 816234839
        },
        {
            "start": 816234847,
            "stop": 816234857
        },
        {
            "start": 816234870,
            "stop": 816234881
        },
        {
            "start": 816234893,
            "stop": 816234897
        },
        {
            "start": 816234908,
            "stop": 816234909
        },
        {
            "start": 816234922,
            "stop": 816234959
        },
        {
            "start": 816234970,
            "stop": 816235006
        },
        {
            "start": 816235016,
            "stop": 816235038
        },
        {
            "start": 816235049,
            "stop": 816235056
        },
        {
            "start": 816235066,
            "stop": 816235102
        },
        {
            "start": 816235111,
            "stop": 816235129
        },
        {
            "start": 816235136,
            "stop": 816235194
        },
        {
            "start": 816235204,
            "stop": 816235228
        },
        {
            "start": 816235237,
            "stop": 816235350
        },
        {
            "start": 816235358,
            "stop": 816235419
        },
        {
            "start": 816235438,
            "stop": 816235442
        },
        {
            "start": 816235456,
            "stop": 816235486
        }
    ]
}