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=1896
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=1897",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1895",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1896,
    "results": [
        {
            "start": 971296535,
            "stop": 971297629
        },
        {
            "start": 971297631,
            "stop": 971297888
        },
        {
            "start": 971297890,
            "stop": 971298048
        },
        {
            "start": 971298050,
            "stop": 971298179
        },
        {
            "start": 971301239,
            "stop": 971301388
        },
        {
            "start": 971301389,
            "stop": 971302223
        },
        {
            "start": 971302224,
            "stop": 971302277
        },
        {
            "start": 971306850,
            "stop": 971306852
        },
        {
            "start": 971306894,
            "stop": 971307011
        },
        {
            "start": 971309223,
            "stop": 971309629
        },
        {
            "start": 971309631,
            "stop": 971309973
        },
        {
            "start": 971309975,
            "stop": 971309976
        },
        {
            "start": 971309978,
            "stop": 971310016
        },
        {
            "start": 971310018,
            "stop": 971310307
        },
        {
            "start": 971310309,
            "stop": 971310389
        },
        {
            "start": 971310391,
            "stop": 971310545
        },
        {
            "start": 971311500,
            "stop": 971311705
        },
        {
            "start": 971311707,
            "stop": 971312147
        },
        {
            "start": 971315503,
            "stop": 971315534
        },
        {
            "start": 971316931,
            "stop": 971317315
        }
    ]
}