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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=72",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 73,
    "results": [
        {
            "start": 821367630,
            "stop": 821367659
        },
        {
            "start": 821367662,
            "stop": 821367675
        },
        {
            "start": 821367678,
            "stop": 821367756
        },
        {
            "start": 821367760,
            "stop": 821367815
        },
        {
            "start": 821367820,
            "stop": 821367835
        },
        {
            "start": 821367838,
            "stop": 821367865
        },
        {
            "start": 821367868,
            "stop": 821367897
        },
        {
            "start": 821367902,
            "stop": 821367912
        },
        {
            "start": 821367915,
            "stop": 821367944
        },
        {
            "start": 821367947,
            "stop": 821368126
        },
        {
            "start": 821368129,
            "stop": 821368209
        },
        {
            "start": 821368212,
            "stop": 821368229
        },
        {
            "start": 821368232,
            "stop": 821368424
        },
        {
            "start": 821368427,
            "stop": 821368437
        },
        {
            "start": 821368440,
            "stop": 821368521
        },
        {
            "start": 821368524,
            "stop": 821368559
        },
        {
            "start": 821368562,
            "stop": 821368596
        },
        {
            "start": 821368599,
            "stop": 821369483
        },
        {
            "start": 821369486,
            "stop": 821369722
        },
        {
            "start": 821369725,
            "stop": 821369967
        }
    ]
}