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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46792",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46793,
    "results": [
        {
            "start": 875113738,
            "stop": 875113786
        },
        {
            "start": 875113788,
            "stop": 875113822
        },
        {
            "start": 875113823,
            "stop": 875113865
        },
        {
            "start": 875113867,
            "stop": 875113884
        },
        {
            "start": 875113885,
            "stop": 875113917
        },
        {
            "start": 875113918,
            "stop": 875113982
        },
        {
            "start": 875113985,
            "stop": 875113996
        },
        {
            "start": 875113998,
            "stop": 875114071
        },
        {
            "start": 875114074,
            "stop": 875114162
        },
        {
            "start": 875114163,
            "stop": 875114180
        },
        {
            "start": 875114182,
            "stop": 875114327
        },
        {
            "start": 875114328,
            "stop": 875114342
        },
        {
            "start": 875114343,
            "stop": 875114347
        },
        {
            "start": 875114350,
            "stop": 875114404
        },
        {
            "start": 875114405,
            "stop": 875114420
        },
        {
            "start": 875114423,
            "stop": 875114434
        },
        {
            "start": 875114435,
            "stop": 875114444
        },
        {
            "start": 875114446,
            "stop": 875114466
        },
        {
            "start": 875114467,
            "stop": 875114484
        },
        {
            "start": 875114485,
            "stop": 875114522
        }
    ]
}