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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=335",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 336,
    "results": [
        {
            "start": 931787236,
            "stop": 931787296
        },
        {
            "start": 931787297,
            "stop": 931787355
        },
        {
            "start": 931787357,
            "stop": 931787407
        },
        {
            "start": 931787408,
            "stop": 931787413
        },
        {
            "start": 931787415,
            "stop": 931787751
        },
        {
            "start": 931787753,
            "stop": 931787828
        },
        {
            "start": 931787829,
            "stop": 931787830
        },
        {
            "start": 931787831,
            "stop": 931787956
        },
        {
            "start": 931787959,
            "stop": 931787966
        },
        {
            "start": 931787969,
            "stop": 931788075
        },
        {
            "start": 931788077,
            "stop": 931788121
        },
        {
            "start": 931788123,
            "stop": 931788155
        },
        {
            "start": 931788156,
            "stop": 931788216
        },
        {
            "start": 931788218,
            "stop": 931788227
        },
        {
            "start": 931788229,
            "stop": 931788234
        },
        {
            "start": 931788236,
            "stop": 931788237
        },
        {
            "start": 931788239,
            "stop": 931788302
        },
        {
            "start": 931788304,
            "stop": 931788305
        },
        {
            "start": 931788307,
            "stop": 931788314
        },
        {
            "start": 931788316,
            "stop": 931788359
        }
    ]
}