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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=369",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 370,
    "results": [
        {
            "start": 957932582,
            "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": 958101134,
            "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
        },
        {
            "start": 958202398,
            "stop": 958204020
        },
        {
            "start": 958206411,
            "stop": 958227163
        },
        {
            "start": 958253400,
            "stop": 958255375
        },
        {
            "start": 958255382,
            "stop": 958256231
        },
        {
            "start": 958258354,
            "stop": 958274588
        }
    ]
}