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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46778",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46779,
    "results": [
        {
            "start": 875100372,
            "stop": 875100444
        },
        {
            "start": 875100446,
            "stop": 875100594
        },
        {
            "start": 875100595,
            "stop": 875100614
        },
        {
            "start": 875100616,
            "stop": 875100675
        },
        {
            "start": 875100676,
            "stop": 875100750
        },
        {
            "start": 875100751,
            "stop": 875100805
        },
        {
            "start": 875100806,
            "stop": 875100855
        },
        {
            "start": 875100856,
            "stop": 875100907
        },
        {
            "start": 875100908,
            "stop": 875100931
        },
        {
            "start": 875100932,
            "stop": 875101027
        },
        {
            "start": 875101029,
            "stop": 875101156
        },
        {
            "start": 875101157,
            "stop": 875101280
        },
        {
            "start": 875101281,
            "stop": 875101374
        },
        {
            "start": 875101376,
            "stop": 875101514
        },
        {
            "start": 875101516,
            "stop": 875101630
        },
        {
            "start": 875101631,
            "stop": 875101679
        },
        {
            "start": 875101680,
            "stop": 875101700
        },
        {
            "start": 875101701,
            "stop": 875101929
        },
        {
            "start": 875101930,
            "stop": 875102103
        },
        {
            "start": 875102104,
            "stop": 875102165
        }
    ]
}