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=46643
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=46644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46642",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46643,
    "results": [
        {
            "start": 875020791,
            "stop": 875020823
        },
        {
            "start": 875020824,
            "stop": 875020830
        },
        {
            "start": 875020831,
            "stop": 875020835
        },
        {
            "start": 875020836,
            "stop": 875020855
        },
        {
            "start": 875020856,
            "stop": 875020872
        },
        {
            "start": 875020875,
            "stop": 875020899
        },
        {
            "start": 875020900,
            "stop": 875020906
        },
        {
            "start": 875020907,
            "stop": 875020908
        },
        {
            "start": 875020910,
            "stop": 875020922
        },
        {
            "start": 875020923,
            "stop": 875020938
        },
        {
            "start": 875020941,
            "stop": 875020972
        },
        {
            "start": 875020973,
            "stop": 875020974
        },
        {
            "start": 875020977,
            "stop": 875020986
        },
        {
            "start": 875020987,
            "stop": 875021041
        },
        {
            "start": 875021042,
            "stop": 875021046
        },
        {
            "start": 875021047,
            "stop": 875021100
        },
        {
            "start": 875021105,
            "stop": 875021113
        },
        {
            "start": 875021114,
            "stop": 875021127
        },
        {
            "start": 875021128,
            "stop": 875021133
        },
        {
            "start": 875021135,
            "stop": 875021194
        }
    ]
}