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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1899",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1897",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1898,
    "results": [
        {
            "start": 971387269,
            "stop": 971387463
        },
        {
            "start": 971387465,
            "stop": 971397690
        },
        {
            "start": 971398339,
            "stop": 971399060
        },
        {
            "start": 971399062,
            "stop": 971400212
        },
        {
            "start": 971401223,
            "stop": 971402947
        },
        {
            "start": 971402949,
            "stop": 971403431
        },
        {
            "start": 971405860,
            "stop": 971405908
        },
        {
            "start": 971405910,
            "stop": 971407422
        },
        {
            "start": 971407424,
            "stop": 971407471
        },
        {
            "start": 971407473,
            "stop": 971407828
        },
        {
            "start": 971407830,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971409077
        },
        {
            "start": 971409078,
            "stop": 971409706
        },
        {
            "start": 971409708,
            "stop": 971411361
        },
        {
            "start": 971411362,
            "stop": 971411545
        },
        {
            "start": 971412994,
            "stop": 971413164
        },
        {
            "start": 971414006,
            "stop": 971414158
        },
        {
            "start": 971414160,
            "stop": 971414785
        },
        {
            "start": 971415594,
            "stop": 971415766
        },
        {
            "start": 971415768,
            "stop": 971424903
        }
    ]
}