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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=101",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 102,
    "results": [
        {
            "start": 931534543,
            "stop": 931534544
        },
        {
            "start": 931534550,
            "stop": 931534586
        },
        {
            "start": 931534592,
            "stop": 931534608
        },
        {
            "start": 931534613,
            "stop": 931534618
        },
        {
            "start": 931534624,
            "stop": 931534654
        },
        {
            "start": 931534671,
            "stop": 931534692
        },
        {
            "start": 931534697,
            "stop": 931534703
        },
        {
            "start": 931534708,
            "stop": 931534714
        },
        {
            "start": 931534720,
            "stop": 931534776
        },
        {
            "start": 931534786,
            "stop": 931534791
        },
        {
            "start": 931534796,
            "stop": 931534802
        },
        {
            "start": 931534815,
            "stop": 931534862
        },
        {
            "start": 931534871,
            "stop": 931534887
        },
        {
            "start": 931534894,
            "stop": 931534903
        },
        {
            "start": 931534909,
            "stop": 931535019
        },
        {
            "start": 931535024,
            "stop": 931535041
        },
        {
            "start": 931535046,
            "stop": 931535104
        },
        {
            "start": 931535109,
            "stop": 931535123
        },
        {
            "start": 931535129,
            "stop": 931535140
        },
        {
            "start": 931535146,
            "stop": 931535151
        }
    ]
}