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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=157",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 158,
    "results": [
        {
            "start": 931422441,
            "stop": 931422446
        },
        {
            "start": 931422449,
            "stop": 931422466
        },
        {
            "start": 931422469,
            "stop": 931422475
        },
        {
            "start": 931422477,
            "stop": 931422520
        },
        {
            "start": 931422522,
            "stop": 931422565
        },
        {
            "start": 931422567,
            "stop": 931422573
        },
        {
            "start": 931422576,
            "stop": 931422624
        },
        {
            "start": 931422626,
            "stop": 931422644
        },
        {
            "start": 931422646,
            "stop": 931422659
        },
        {
            "start": 931422661,
            "stop": 931422682
        },
        {
            "start": 931422685,
            "stop": 931422700
        },
        {
            "start": 931422707,
            "stop": 931422708
        },
        {
            "start": 931422710,
            "stop": 931422738
        },
        {
            "start": 931422744,
            "stop": 931422752
        },
        {
            "start": 931422754,
            "stop": 931422757
        },
        {
            "start": 931422759,
            "stop": 931422762
        },
        {
            "start": 931422768,
            "stop": 931422774
        },
        {
            "start": 931422779,
            "stop": 931422783
        },
        {
            "start": 931422785,
            "stop": 931422797
        },
        {
            "start": 931422799,
            "stop": 931422802
        }
    ]
}