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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=120",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 121,
    "results": [
        {
            "start": 1264173458,
            "stop": 1264173567
        },
        {
            "start": 1264173568,
            "stop": 1264173589
        },
        {
            "start": 1264173591,
            "stop": 1264173592
        },
        {
            "start": 1264173595,
            "stop": 1264173597
        },
        {
            "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": 1264174096
        },
        {
            "start": 1264174098,
            "stop": 1264174104
        },
        {
            "start": 1264174106,
            "stop": 1264174147
        },
        {
            "start": 1264174151,
            "stop": 1264174156
        },
        {
            "start": 1264174157,
            "stop": 1264174159
        },
        {
            "start": 1264174161,
            "stop": 1264174316
        }
    ]
}