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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=14",
    "results_count": 3228,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 15,
    "results": [
        {
            "start": 933340113,
            "stop": 933343611
        },
        {
            "start": 933344402,
            "stop": 933344433
        },
        {
            "start": 933346794,
            "stop": 933350729
        },
        {
            "start": 933351450,
            "stop": 933355002
        },
        {
            "start": 933356789,
            "stop": 933357420
        },
        {
            "start": 933403516,
            "stop": 933416197
        },
        {
            "start": 933424620,
            "stop": 933425693
        },
        {
            "start": 933445376,
            "stop": 933450000
        },
        {
            "start": 933454515,
            "stop": 933458583
        },
        {
            "start": 933460473,
            "stop": 933461138
        },
        {
            "start": 933463216,
            "stop": 933463218
        },
        {
            "start": 933484229,
            "stop": 933499081
        },
        {
            "start": 933508031,
            "stop": 933510198
        },
        {
            "start": 933510703,
            "stop": 933510792
        },
        {
            "start": 933512112,
            "stop": 933512788
        },
        {
            "start": 933513247,
            "stop": 933522341
        },
        {
            "start": 933524323,
            "stop": 933528139
        },
        {
            "start": 933530296,
            "stop": 933530689
        },
        {
            "start": 933534414,
            "stop": 933535099
        },
        {
            "start": 933573805,
            "stop": 933593125
        }
    ]
}