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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16693",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16694,
    "results": [
        {
            "start": 874940679,
            "stop": 874940680
        },
        {
            "start": 874940681,
            "stop": 874940685
        },
        {
            "start": 874940686,
            "stop": 874940690
        },
        {
            "start": 874940691,
            "stop": 874940693
        },
        {
            "start": 874940695,
            "stop": 874940698
        },
        {
            "start": 874940699,
            "stop": 874940702
        },
        {
            "start": 874940703,
            "stop": 874940710
        },
        {
            "start": 874940712,
            "stop": 874940714
        },
        {
            "start": 874940716,
            "stop": 874940717
        },
        {
            "start": 874940718,
            "stop": 874940726
        },
        {
            "start": 874940727,
            "stop": 874940728
        },
        {
            "start": 874940730,
            "stop": 874940732
        },
        {
            "start": 874940733,
            "stop": 874940736
        },
        {
            "start": 874940737,
            "stop": 874940739
        },
        {
            "start": 874940740,
            "stop": 874940772
        },
        {
            "start": 874940773,
            "stop": 874940784
        },
        {
            "start": 874940785,
            "stop": 874940790
        },
        {
            "start": 874940791,
            "stop": 874940814
        },
        {
            "start": 874940815,
            "stop": 874940824
        },
        {
            "start": 874940825,
            "stop": 874940828
        }
    ]
}