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/O4a/timelines/L1_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/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 167,
    "results": [
        {
            "start": 1373761184,
            "stop": 1373761596
        },
        {
            "start": 1373774134,
            "stop": 1373775629
        },
        {
            "start": 1373775630,
            "stop": 1373776479
        },
        {
            "start": 1373776481,
            "stop": 1373776638
        },
        {
            "start": 1373776643,
            "stop": 1373779119
        },
        {
            "start": 1373779121,
            "stop": 1373779772
        },
        {
            "start": 1373779774,
            "stop": 1373780953
        },
        {
            "start": 1373780955,
            "stop": 1373781490
        },
        {
            "start": 1373781491,
            "stop": 1373782193
        },
        {
            "start": 1373782196,
            "stop": 1373783102
        },
        {
            "start": 1373783104,
            "stop": 1373783745
        },
        {
            "start": 1373783746,
            "stop": 1373784959
        },
        {
            "start": 1373784960,
            "stop": 1373785783
        },
        {
            "start": 1373785785,
            "stop": 1373787138
        },
        {
            "start": 1373787140,
            "stop": 1373788261
        },
        {
            "start": 1373788264,
            "stop": 1373789919
        },
        {
            "start": 1373789920,
            "stop": 1373792150
        },
        {
            "start": 1373792152,
            "stop": 1373794210
        },
        {
            "start": 1373794215,
            "stop": 1373794752
        },
        {
            "start": 1373796997,
            "stop": 1373798484
        }
    ]
}