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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=324",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 325,
    "results": [
        {
            "start": 933985897,
            "stop": 933985904
        },
        {
            "start": 933985906,
            "stop": 933985921
        },
        {
            "start": 933985923,
            "stop": 933985928
        },
        {
            "start": 933985930,
            "stop": 933985947
        },
        {
            "start": 933985949,
            "stop": 933985954
        },
        {
            "start": 933985956,
            "stop": 933985970
        },
        {
            "start": 933985974,
            "stop": 933988539
        },
        {
            "start": 933988542,
            "stop": 933988606
        },
        {
            "start": 933990657,
            "stop": 933993103
        },
        {
            "start": 933993106,
            "stop": 933993121
        },
        {
            "start": 933993123,
            "stop": 933993128
        },
        {
            "start": 933993130,
            "stop": 933993152
        },
        {
            "start": 933993155,
            "stop": 933993169
        },
        {
            "start": 933993174,
            "stop": 933996648
        },
        {
            "start": 933996650,
            "stop": 933996682
        },
        {
            "start": 933999363,
            "stop": 934000722
        },
        {
            "start": 934000726,
            "stop": 934001540
        },
        {
            "start": 934001542,
            "stop": 934001553
        },
        {
            "start": 934004537,
            "stop": 934007471
        },
        {
            "start": 934007474,
            "stop": 934007495
        }
    ]
}