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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=32",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 33,
    "results": [
        {
            "start": 816812604,
            "stop": 816813470
        },
        {
            "start": 816813550,
            "stop": 816814130
        },
        {
            "start": 816816157,
            "stop": 816816290
        },
        {
            "start": 816816370,
            "stop": 816816600
        },
        {
            "start": 816816660,
            "stop": 816816710
        },
        {
            "start": 816816790,
            "stop": 816816890
        },
        {
            "start": 816816970,
            "stop": 816817260
        },
        {
            "start": 816817320,
            "stop": 816817500
        },
        {
            "start": 816817560,
            "stop": 816817860
        },
        {
            "start": 816817920,
            "stop": 816818413
        },
        {
            "start": 816819345,
            "stop": 816819960
        },
        {
            "start": 816820210,
            "stop": 816820380
        },
        {
            "start": 816820440,
            "stop": 816820560
        },
        {
            "start": 816820620,
            "stop": 816820800
        },
        {
            "start": 816820860,
            "stop": 816821400
        },
        {
            "start": 816821520,
            "stop": 816821640
        },
        {
            "start": 816821700,
            "stop": 816821810
        },
        {
            "start": 816821890,
            "stop": 816821990
        },
        {
            "start": 816822070,
            "stop": 816822540
        },
        {
            "start": 816822600,
            "stop": 816822900
        }
    ]
}