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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=355",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 356,
    "results": [
        {
            "start": 1264173599,
            "stop": 1264173603
        },
        {
            "start": 1264173605,
            "stop": 1264173606
        },
        {
            "start": 1264173608,
            "stop": 1264173612
        },
        {
            "start": 1264173615,
            "stop": 1264173623
        },
        {
            "start": 1264173624,
            "stop": 1264173630
        },
        {
            "start": 1264173634,
            "stop": 1264173770
        },
        {
            "start": 1264173772,
            "stop": 1264173774
        },
        {
            "start": 1264173777,
            "stop": 1264173778
        },
        {
            "start": 1264173780,
            "stop": 1264173781
        },
        {
            "start": 1264173783,
            "stop": 1264173786
        },
        {
            "start": 1264173789,
            "stop": 1264174082
        },
        {
            "start": 1264174087,
            "stop": 1264174096
        },
        {
            "start": 1264174098,
            "stop": 1264174104
        },
        {
            "start": 1264174106,
            "stop": 1264174147
        },
        {
            "start": 1264174152,
            "stop": 1264174156
        },
        {
            "start": 1264174157,
            "stop": 1264174159
        },
        {
            "start": 1264174161,
            "stop": 1264174316
        },
        {
            "start": 1264174318,
            "stop": 1264176618
        },
        {
            "start": 1264176620,
            "stop": 1264177266
        },
        {
            "start": 1264177270,
            "stop": 1264177272
        }
    ]
}