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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=40",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 41,
    "results": [
        {
            "start": 818497031,
            "stop": 818497331
        },
        {
            "start": 818498583,
            "stop": 818498703
        },
        {
            "start": 818499089,
            "stop": 818499629
        },
        {
            "start": 818499799,
            "stop": 818499859
        },
        {
            "start": 818500023,
            "stop": 818500083
        },
        {
            "start": 818500242,
            "stop": 818500302
        },
        {
            "start": 818500485,
            "stop": 818500665
        },
        {
            "start": 818500932,
            "stop": 818501112
        },
        {
            "start": 818501671,
            "stop": 818501971
        },
        {
            "start": 818502142,
            "stop": 818503582
        },
        {
            "start": 818503728,
            "stop": 818503788
        },
        {
            "start": 818503965,
            "stop": 818504145
        },
        {
            "start": 818505109,
            "stop": 818505169
        },
        {
            "start": 818505314,
            "stop": 818505974
        },
        {
            "start": 818506336,
            "stop": 818506756
        },
        {
            "start": 818506923,
            "stop": 818507343
        },
        {
            "start": 818507548,
            "stop": 818508748
        },
        {
            "start": 818508898,
            "stop": 818508958
        },
        {
            "start": 818509106,
            "stop": 818509466
        },
        {
            "start": 818509759,
            "stop": 818510179
        }
    ]
}