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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=35",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 36,
    "results": [
        {
            "start": 817148780,
            "stop": 817149237
        },
        {
            "start": 817149254,
            "stop": 817149375
        },
        {
            "start": 817149378,
            "stop": 817149681
        },
        {
            "start": 817149685,
            "stop": 817150083
        },
        {
            "start": 817150086,
            "stop": 817150139
        },
        {
            "start": 817150142,
            "stop": 817150347
        },
        {
            "start": 817150354,
            "stop": 817150370
        },
        {
            "start": 817150374,
            "stop": 817150577
        },
        {
            "start": 817150580,
            "stop": 817153009
        },
        {
            "start": 817153012,
            "stop": 817160023
        },
        {
            "start": 817160026,
            "stop": 817161127
        },
        {
            "start": 817161148,
            "stop": 817161974
        },
        {
            "start": 817161991,
            "stop": 817163369
        },
        {
            "start": 817163372,
            "stop": 817172307
        },
        {
            "start": 817172309,
            "stop": 817175080
        },
        {
            "start": 817175097,
            "stop": 817176825
        },
        {
            "start": 817176842,
            "stop": 817178197
        },
        {
            "start": 817179724,
            "stop": 817181740
        },
        {
            "start": 817181743,
            "stop": 817186261
        },
        {
            "start": 817186265,
            "stop": 817186267
        }
    ]
}