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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=24",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 25,
    "results": [
        {
            "start": 818289079,
            "stop": 818289567
        },
        {
            "start": 818289574,
            "stop": 818289844
        },
        {
            "start": 818289851,
            "stop": 818289894
        },
        {
            "start": 818289901,
            "stop": 818289974
        },
        {
            "start": 818289981,
            "stop": 818290052
        },
        {
            "start": 818290059,
            "stop": 818290361
        },
        {
            "start": 818290368,
            "stop": 818290409
        },
        {
            "start": 818290416,
            "stop": 818290528
        },
        {
            "start": 818290535,
            "stop": 818290591
        },
        {
            "start": 818290598,
            "stop": 818290863
        },
        {
            "start": 818290870,
            "stop": 818290916
        },
        {
            "start": 818290923,
            "stop": 818291093
        },
        {
            "start": 818291100,
            "stop": 818291269
        },
        {
            "start": 818291276,
            "stop": 818291367
        },
        {
            "start": 818291374,
            "stop": 818291422
        },
        {
            "start": 818291429,
            "stop": 818291583
        },
        {
            "start": 818291590,
            "stop": 818291727
        },
        {
            "start": 818291734,
            "stop": 818292323
        },
        {
            "start": 818292330,
            "stop": 818292355
        },
        {
            "start": 818292362,
            "stop": 818293023
        }
    ]
}