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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 130,
    "results": [
        {
            "start": 931590601,
            "stop": 931590603
        },
        {
            "start": 931590613,
            "stop": 931590615
        },
        {
            "start": 931590627,
            "stop": 931590632
        },
        {
            "start": 931590637,
            "stop": 931590638
        },
        {
            "start": 931590645,
            "stop": 931590649
        },
        {
            "start": 931590654,
            "stop": 931590659
        },
        {
            "start": 931590665,
            "stop": 931590668
        },
        {
            "start": 931590671,
            "stop": 931590672
        },
        {
            "start": 931590675,
            "stop": 931590676
        },
        {
            "start": 931590679,
            "stop": 931590680
        },
        {
            "start": 931590685,
            "stop": 931590687
        },
        {
            "start": 931590697,
            "stop": 931590701
        },
        {
            "start": 931590713,
            "stop": 931590714
        },
        {
            "start": 931590717,
            "stop": 931590718
        },
        {
            "start": 931590721,
            "stop": 931590722
        },
        {
            "start": 931590726,
            "stop": 931590728
        },
        {
            "start": 931590731,
            "stop": 931590740
        },
        {
            "start": 931590743,
            "stop": 931590745
        },
        {
            "start": 931590749,
            "stop": 931590753
        },
        {
            "start": 931590757,
            "stop": 931590758
        }
    ]
}