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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40758",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40759,
    "results": [
        {
            "start": 874976410,
            "stop": 874976444
        },
        {
            "start": 874976445,
            "stop": 874976452
        },
        {
            "start": 874976453,
            "stop": 874976475
        },
        {
            "start": 874976477,
            "stop": 874976514
        },
        {
            "start": 874976515,
            "stop": 874976530
        },
        {
            "start": 874976531,
            "stop": 874976532
        },
        {
            "start": 874976533,
            "stop": 874976554
        },
        {
            "start": 874976555,
            "stop": 874976563
        },
        {
            "start": 874976565,
            "stop": 874976631
        },
        {
            "start": 874976632,
            "stop": 874976674
        },
        {
            "start": 874976675,
            "stop": 874976678
        },
        {
            "start": 874976680,
            "stop": 874976682
        },
        {
            "start": 874976685,
            "stop": 874976702
        },
        {
            "start": 874976703,
            "stop": 874976722
        },
        {
            "start": 874976724,
            "stop": 874976759
        },
        {
            "start": 874976760,
            "stop": 874976779
        },
        {
            "start": 874976780,
            "stop": 874976785
        },
        {
            "start": 874976786,
            "stop": 874976819
        },
        {
            "start": 874976820,
            "stop": 874976852
        },
        {
            "start": 874976853,
            "stop": 874976863
        }
    ]
}