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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=498",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=496",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 497,
    "results": [
        {
            "start": 864748950,
            "stop": 864750106
        },
        {
            "start": 864752870,
            "stop": 864752875
        },
        {
            "start": 864752877,
            "stop": 864752896
        },
        {
            "start": 864752902,
            "stop": 864752907
        },
        {
            "start": 864752908,
            "stop": 864752916
        },
        {
            "start": 864752918,
            "stop": 864752925
        },
        {
            "start": 864752927,
            "stop": 864752931
        },
        {
            "start": 864752933,
            "stop": 864752934
        },
        {
            "start": 864752936,
            "stop": 864752955
        },
        {
            "start": 864752956,
            "stop": 864752963
        },
        {
            "start": 864752965,
            "stop": 864752966
        },
        {
            "start": 864752968,
            "stop": 864752996
        },
        {
            "start": 864752998,
            "stop": 864753000
        },
        {
            "start": 864753001,
            "stop": 864754603
        },
        {
            "start": 864754659,
            "stop": 864756977
        },
        {
            "start": 864757111,
            "stop": 864758506
        },
        {
            "start": 864760104,
            "stop": 864760108
        },
        {
            "start": 864760259,
            "stop": 864760363
        },
        {
            "start": 864760365,
            "stop": 864764509
        },
        {
            "start": 864764511,
            "stop": 864767154
        }
    ]
}