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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=121",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 122,
    "results": [
        {
            "start": 1415272203,
            "stop": 1415273137
        },
        {
            "start": 1415273142,
            "stop": 1415286337
        },
        {
            "start": 1415286342,
            "stop": 1415290145
        },
        {
            "start": 1415313324,
            "stop": 1415313864
        },
        {
            "start": 1415313867,
            "stop": 1415314278
        },
        {
            "start": 1415314283,
            "stop": 1415327809
        },
        {
            "start": 1415327886,
            "stop": 1415328734
        },
        {
            "start": 1415328738,
            "stop": 1415331772
        },
        {
            "start": 1415342255,
            "stop": 1415347175
        },
        {
            "start": 1415358394,
            "stop": 1415359932
        },
        {
            "start": 1415359936,
            "stop": 1415362189
        },
        {
            "start": 1415362193,
            "stop": 1415362567
        },
        {
            "start": 1415370380,
            "stop": 1415370853
        },
        {
            "start": 1415374832,
            "stop": 1415377703
        },
        {
            "start": 1415377708,
            "stop": 1415377713
        },
        {
            "start": 1415377718,
            "stop": 1415377724
        },
        {
            "start": 1415377729,
            "stop": 1415378618
        },
        {
            "start": 1415378825,
            "stop": 1415378840
        },
        {
            "start": 1415420275,
            "stop": 1415421336
        },
        {
            "start": 1415421339,
            "stop": 1415421901
        }
    ]
}