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/H2_BURST_CAT1/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/H2_BURST_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=9",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 10,
    "results": [
        {
            "start": 816216106,
            "stop": 816216877
        },
        {
            "start": 816217197,
            "stop": 816221610
        },
        {
            "start": 816221882,
            "stop": 816224267
        },
        {
            "start": 816225711,
            "stop": 816231787
        },
        {
            "start": 816233403,
            "stop": 816233536
        },
        {
            "start": 816233936,
            "stop": 816234171
        },
        {
            "start": 816234712,
            "stop": 816238609
        },
        {
            "start": 816238929,
            "stop": 816241155
        },
        {
            "start": 816241555,
            "stop": 816244459
        },
        {
            "start": 816245026,
            "stop": 816246468
        },
        {
            "start": 816246471,
            "stop": 816250080
        },
        {
            "start": 816250083,
            "stop": 816253397
        },
        {
            "start": 816253400,
            "stop": 816265989
        },
        {
            "start": 816265992,
            "stop": 816271632
        },
        {
            "start": 816272062,
            "stop": 816272183
        },
        {
            "start": 816272747,
            "stop": 816276877
        },
        {
            "start": 816277410,
            "stop": 816280384
        },
        {
            "start": 816281864,
            "stop": 816283899
        },
        {
            "start": 816283902,
            "stop": 816284934
        },
        {
            "start": 816285355,
            "stop": 816285491
        }
    ]
}