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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=491",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=489",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 490,
    "results": [
        {
            "start": 957904077,
            "stop": 957908817
        },
        {
            "start": 957909801,
            "stop": 957913767
        },
        {
            "start": 957915261,
            "stop": 957915517
        },
        {
            "start": 957917560,
            "stop": 957928411
        },
        {
            "start": 957928414,
            "stop": 957932576
        },
        {
            "start": 957932578,
            "stop": 957972713
        },
        {
            "start": 957977815,
            "stop": 957988011
        },
        {
            "start": 957992387,
            "stop": 958011351
        },
        {
            "start": 958012911,
            "stop": 958022711
        },
        {
            "start": 958024884,
            "stop": 958037789
        },
        {
            "start": 958040365,
            "stop": 958041750
        },
        {
            "start": 958043233,
            "stop": 958082991
        },
        {
            "start": 958084611,
            "stop": 958101127
        },
        {
            "start": 958101130,
            "stop": 958104163
        },
        {
            "start": 958105517,
            "stop": 958119731
        },
        {
            "start": 958121010,
            "stop": 958123802
        },
        {
            "start": 958126114,
            "stop": 958131729
        },
        {
            "start": 958139084,
            "stop": 958151891
        },
        {
            "start": 958153480,
            "stop": 958164104
        },
        {
            "start": 958165259,
            "stop": 958196004
        }
    ]
}