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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=36",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 37,
    "results": [
        {
            "start": 818368081,
            "stop": 818368141
        },
        {
            "start": 818373794,
            "stop": 818373854
        },
        {
            "start": 818374180,
            "stop": 818374420
        },
        {
            "start": 818374687,
            "stop": 818375167
        },
        {
            "start": 818375321,
            "stop": 818375981
        },
        {
            "start": 818376363,
            "stop": 818376423
        },
        {
            "start": 818376725,
            "stop": 818377565
        },
        {
            "start": 818377846,
            "stop": 818379106
        },
        {
            "start": 818379292,
            "stop": 818379412
        },
        {
            "start": 818379968,
            "stop": 818380448
        },
        {
            "start": 818380733,
            "stop": 818381633
        },
        {
            "start": 818381784,
            "stop": 818382144
        },
        {
            "start": 818382293,
            "stop": 818382413
        },
        {
            "start": 818382720,
            "stop": 818383380
        },
        {
            "start": 818385709,
            "stop": 818385769
        },
        {
            "start": 818386111,
            "stop": 818387971
        },
        {
            "start": 818388152,
            "stop": 818388752
        },
        {
            "start": 818388932,
            "stop": 818388992
        },
        {
            "start": 818389142,
            "stop": 818390312
        },
        {
            "start": 818390532,
            "stop": 818391492
        }
    ]
}