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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=96",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 97,
    "results": [
        {
            "start": 817279040,
            "stop": 817279143
        },
        {
            "start": 817279151,
            "stop": 817279201
        },
        {
            "start": 817279209,
            "stop": 817279338
        },
        {
            "start": 817279345,
            "stop": 817279362
        },
        {
            "start": 817279369,
            "stop": 817279782
        },
        {
            "start": 817279789,
            "stop": 817279970
        },
        {
            "start": 817279977,
            "stop": 817280010
        },
        {
            "start": 817280017,
            "stop": 817280104
        },
        {
            "start": 817280111,
            "stop": 817280205
        },
        {
            "start": 817280212,
            "stop": 817280458
        },
        {
            "start": 817280465,
            "stop": 817280571
        },
        {
            "start": 817280578,
            "stop": 817280812
        },
        {
            "start": 817280819,
            "stop": 817281063
        },
        {
            "start": 817281075,
            "stop": 817281409
        },
        {
            "start": 817281416,
            "stop": 817281456
        },
        {
            "start": 817281463,
            "stop": 817281672
        },
        {
            "start": 817281679,
            "stop": 817282535
        },
        {
            "start": 817282542,
            "stop": 817282959
        },
        {
            "start": 817282967,
            "stop": 817283143
        },
        {
            "start": 817283151,
            "stop": 817283400
        }
    ]
}