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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=22",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 23,
    "results": [
        {
            "start": 818073848,
            "stop": 818077215
        },
        {
            "start": 818077734,
            "stop": 818082554
        },
        {
            "start": 818082555,
            "stop": 818085276
        },
        {
            "start": 818085277,
            "stop": 818111301
        },
        {
            "start": 818111302,
            "stop": 818111474
        },
        {
            "start": 818111481,
            "stop": 818112859
        },
        {
            "start": 818120231,
            "stop": 818159113
        },
        {
            "start": 818159118,
            "stop": 818160999
        },
        {
            "start": 818164301,
            "stop": 818172893
        },
        {
            "start": 818174513,
            "stop": 818180468
        },
        {
            "start": 818180720,
            "stop": 818182106
        },
        {
            "start": 818185336,
            "stop": 818233753
        },
        {
            "start": 818233754,
            "stop": 818284380
        },
        {
            "start": 818284387,
            "stop": 818284487
        },
        {
            "start": 818284494,
            "stop": 818284560
        },
        {
            "start": 818284567,
            "stop": 818284723
        },
        {
            "start": 818284730,
            "stop": 818285675
        },
        {
            "start": 818285676,
            "stop": 818285840
        },
        {
            "start": 818285847,
            "stop": 818285902
        },
        {
            "start": 818285910,
            "stop": 818286009
        }
    ]
}