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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=63",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 64,
    "results": [
        {
            "start": 821310506,
            "stop": 821311098
        },
        {
            "start": 821311101,
            "stop": 821311211
        },
        {
            "start": 821311214,
            "stop": 821312144
        },
        {
            "start": 821312151,
            "stop": 821313867
        },
        {
            "start": 821313870,
            "stop": 821314580
        },
        {
            "start": 821314583,
            "stop": 821317023
        },
        {
            "start": 821317026,
            "stop": 821317426
        },
        {
            "start": 821317429,
            "stop": 821317469
        },
        {
            "start": 821317472,
            "stop": 821317560
        },
        {
            "start": 821317563,
            "stop": 821317632
        },
        {
            "start": 821317635,
            "stop": 821317867
        },
        {
            "start": 821317870,
            "stop": 821317996
        },
        {
            "start": 821317999,
            "stop": 821318221
        },
        {
            "start": 821318224,
            "stop": 821318488
        },
        {
            "start": 821318491,
            "stop": 821318746
        },
        {
            "start": 821318749,
            "stop": 821318758
        },
        {
            "start": 821318761,
            "stop": 821318795
        },
        {
            "start": 821318798,
            "stop": 821318803
        },
        {
            "start": 821318806,
            "stop": 821318879
        },
        {
            "start": 821318882,
            "stop": 821319047
        }
    ]
}