Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 115,
    "results": [
        {
            "start": 931513635,
            "stop": 931513642
        },
        {
            "start": 931513646,
            "stop": 931513647
        },
        {
            "start": 931513650,
            "stop": 931513651
        },
        {
            "start": 931513654,
            "stop": 931513659
        },
        {
            "start": 931513662,
            "stop": 931513664
        },
        {
            "start": 931513667,
            "stop": 931513672
        },
        {
            "start": 931513675,
            "stop": 931513677
        },
        {
            "start": 931513681,
            "stop": 931513684
        },
        {
            "start": 931513696,
            "stop": 931513702
        },
        {
            "start": 931513705,
            "stop": 931513716
        },
        {
            "start": 931513724,
            "stop": 931513732
        },
        {
            "start": 931513741,
            "stop": 931513754
        },
        {
            "start": 931513761,
            "stop": 931513767
        },
        {
            "start": 931513769,
            "stop": 931513770
        },
        {
            "start": 931513784,
            "stop": 931513785
        },
        {
            "start": 931513789,
            "stop": 931513792
        },
        {
            "start": 931513798,
            "stop": 931513806
        },
        {
            "start": 931513810,
            "stop": 931513821
        },
        {
            "start": 931513823,
            "stop": 931513825
        },
        {
            "start": 931513832,
            "stop": 931513833
        }
    ]
}