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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=350",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 351,
    "results": [
        {
            "start": 931878521,
            "stop": 931878588
        },
        {
            "start": 931878589,
            "stop": 931878943
        },
        {
            "start": 931878945,
            "stop": 931879316
        },
        {
            "start": 931879317,
            "stop": 931879318
        },
        {
            "start": 931879319,
            "stop": 931879502
        },
        {
            "start": 931879504,
            "stop": 931879792
        },
        {
            "start": 931879793,
            "stop": 931879820
        },
        {
            "start": 931879821,
            "stop": 931879844
        },
        {
            "start": 931879845,
            "stop": 931879986
        },
        {
            "start": 931879987,
            "stop": 931880004
        },
        {
            "start": 931880005,
            "stop": 931880211
        },
        {
            "start": 931880212,
            "stop": 931880544
        },
        {
            "start": 931880545,
            "stop": 931880548
        },
        {
            "start": 931880549,
            "stop": 931880615
        },
        {
            "start": 931880616,
            "stop": 931880623
        },
        {
            "start": 931880624,
            "stop": 931880644
        },
        {
            "start": 931880645,
            "stop": 931881089
        },
        {
            "start": 931881091,
            "stop": 931881584
        },
        {
            "start": 931881585,
            "stop": 931881593
        },
        {
            "start": 931881594,
            "stop": 931881876
        }
    ]
}