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/H2_BURST_CAT2/segments?format=api&page=492
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=493",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=491",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 492,
    "results": [
        {
            "start": 822601174,
            "stop": 822605218
        },
        {
            "start": 822605767,
            "stop": 822606493
        },
        {
            "start": 822606521,
            "stop": 822606522
        },
        {
            "start": 822606671,
            "stop": 822609850
        },
        {
            "start": 822609853,
            "stop": 822610213
        },
        {
            "start": 822611017,
            "stop": 822612063
        },
        {
            "start": 822612661,
            "stop": 822632833
        },
        {
            "start": 822637056,
            "stop": 822638533
        },
        {
            "start": 822639828,
            "stop": 822641690
        },
        {
            "start": 822641692,
            "stop": 822641751
        },
        {
            "start": 822641752,
            "stop": 822644473
        },
        {
            "start": 822644512,
            "stop": 822644513
        },
        {
            "start": 822644614,
            "stop": 822646633
        },
        {
            "start": 822646664,
            "stop": 822646666
        },
        {
            "start": 822646761,
            "stop": 822651013
        },
        {
            "start": 822652251,
            "stop": 822654112
        },
        {
            "start": 822654660,
            "stop": 822664693
        },
        {
            "start": 822665724,
            "stop": 822666411
        },
        {
            "start": 822666413,
            "stop": 822666844
        },
        {
            "start": 822667698,
            "stop": 822667802
        }
    ]
}