Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=323
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=322",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 323,
    "results": [
        {
            "start": 821065115,
            "stop": 821065137
        },
        {
            "start": 821065140,
            "stop": 821065414
        },
        {
            "start": 821065417,
            "stop": 821065915
        },
        {
            "start": 821065918,
            "stop": 821065974
        },
        {
            "start": 821065977,
            "stop": 821066425
        },
        {
            "start": 821066428,
            "stop": 821066464
        },
        {
            "start": 821066944,
            "stop": 821067095
        },
        {
            "start": 821067114,
            "stop": 821067174
        },
        {
            "start": 821067193,
            "stop": 821067560
        },
        {
            "start": 821067563,
            "stop": 821067876
        },
        {
            "start": 821067879,
            "stop": 821068419
        },
        {
            "start": 821068422,
            "stop": 821068445
        },
        {
            "start": 821068448,
            "stop": 821068810
        },
        {
            "start": 821068813,
            "stop": 821069233
        },
        {
            "start": 821069236,
            "stop": 821069468
        },
        {
            "start": 821069487,
            "stop": 821070005
        },
        {
            "start": 821070008,
            "stop": 821070869
        },
        {
            "start": 821075333,
            "stop": 821075446
        },
        {
            "start": 821075566,
            "stop": 821075596
        },
        {
            "start": 821075716,
            "stop": 821075874
        }
    ]
}