Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=292
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=291",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 292,
    "results": [
        {
            "start": 931539982,
            "stop": 931539999
        },
        {
            "start": 931540001,
            "stop": 931540031
        },
        {
            "start": 931540033,
            "stop": 931540039
        },
        {
            "start": 931540041,
            "stop": 931540056
        },
        {
            "start": 931540059,
            "stop": 931540065
        },
        {
            "start": 931540067,
            "stop": 931540075
        },
        {
            "start": 931540077,
            "stop": 931540122
        },
        {
            "start": 931540124,
            "stop": 931540127
        },
        {
            "start": 931540128,
            "stop": 931540140
        },
        {
            "start": 931540142,
            "stop": 931540148
        },
        {
            "start": 931540151,
            "stop": 931540173
        },
        {
            "start": 931540174,
            "stop": 931540182
        },
        {
            "start": 931540184,
            "stop": 931540212
        },
        {
            "start": 931540215,
            "stop": 931540232
        },
        {
            "start": 931540233,
            "stop": 931540234
        },
        {
            "start": 931540236,
            "stop": 931540244
        },
        {
            "start": 931540246,
            "stop": 931540268
        },
        {
            "start": 931540270,
            "stop": 931540282
        },
        {
            "start": 931540284,
            "stop": 931540289
        },
        {
            "start": 931540292,
            "stop": 931540334
        }
    ]
}