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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=77",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 78,
    "results": [
        {
            "start": 817525024,
            "stop": 817526100
        },
        {
            "start": 817526160,
            "stop": 817526272
        },
        {
            "start": 817526304,
            "stop": 817529320
        },
        {
            "start": 817529440,
            "stop": 817531936
        },
        {
            "start": 817531968,
            "stop": 817532544
        },
        {
            "start": 817532576,
            "stop": 817533768
        },
        {
            "start": 817533888,
            "stop": 817534262
        },
        {
            "start": 817534382,
            "stop": 817534455
        },
        {
            "start": 817534472,
            "stop": 817537536
        },
        {
            "start": 817537568,
            "stop": 817544609
        },
        {
            "start": 817544729,
            "stop": 817547697
        },
        {
            "start": 817547817,
            "stop": 817549368
        },
        {
            "start": 817551093,
            "stop": 817551328
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552628
        },
        {
            "start": 817555363,
            "stop": 817558151
        },
        {
            "start": 817558168,
            "stop": 817558686
        },
        {
            "start": 817558703,
            "stop": 817559278
        },
        {
            "start": 817559295,
            "stop": 817559354
        },
        {
            "start": 817559367,
            "stop": 817560349
        }
    ]
}