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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 167,
    "results": [
        {
            "start": 931430495,
            "stop": 931430510
        },
        {
            "start": 931430511,
            "stop": 931430515
        },
        {
            "start": 931430516,
            "stop": 931430535
        },
        {
            "start": 931430538,
            "stop": 931430556
        },
        {
            "start": 931430557,
            "stop": 931430568
        },
        {
            "start": 931430570,
            "stop": 931430577
        },
        {
            "start": 931430578,
            "stop": 931430698
        },
        {
            "start": 931430699,
            "stop": 931430743
        },
        {
            "start": 931430744,
            "stop": 931430821
        },
        {
            "start": 931430822,
            "stop": 931430899
        },
        {
            "start": 931430902,
            "stop": 931430911
        },
        {
            "start": 931430912,
            "stop": 931430945
        },
        {
            "start": 931430948,
            "stop": 931431003
        },
        {
            "start": 931431004,
            "stop": 931431038
        },
        {
            "start": 931431039,
            "stop": 931431178
        },
        {
            "start": 931431180,
            "stop": 931431193
        },
        {
            "start": 931431194,
            "stop": 931431195
        },
        {
            "start": 931431197,
            "stop": 931431198
        },
        {
            "start": 931431200,
            "stop": 931431218
        },
        {
            "start": 931431220,
            "stop": 931431245
        }
    ]
}