Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=481
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=482",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=480",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 481,
    "results": [
        {
            "start": 866082449,
            "stop": 866083688
        },
        {
            "start": 866084438,
            "stop": 866086248
        },
        {
            "start": 866086548,
            "stop": 866087083
        },
        {
            "start": 866087193,
            "stop": 866087272
        },
        {
            "start": 866087689,
            "stop": 866098658
        },
        {
            "start": 866098660,
            "stop": 866099445
        },
        {
            "start": 866099809,
            "stop": 866110357
        },
        {
            "start": 866110467,
            "stop": 866110658
        },
        {
            "start": 866110958,
            "stop": 866110970
        },
        {
            "start": 866111343,
            "stop": 866112045
        },
        {
            "start": 866112155,
            "stop": 866112253
        },
        {
            "start": 866112553,
            "stop": 866123135
        },
        {
            "start": 866123502,
            "stop": 866125612
        },
        {
            "start": 866125912,
            "stop": 866128848
        },
        {
            "start": 866129249,
            "stop": 866129705
        },
        {
            "start": 866130185,
            "stop": 866131759
        },
        {
            "start": 866131762,
            "stop": 866134895
        },
        {
            "start": 866138631,
            "stop": 866139303
        },
        {
            "start": 866139305,
            "stop": 866139802
        },
        {
            "start": 866139808,
            "stop": 866150399
        }
    ]
}