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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=769",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=767",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 768,
    "results": [
        {
            "start": 1267940791,
            "stop": 1267942370
        },
        {
            "start": 1267942374,
            "stop": 1267942464
        },
        {
            "start": 1267942467,
            "stop": 1267946341
        },
        {
            "start": 1267946344,
            "stop": 1267950465
        },
        {
            "start": 1267950469,
            "stop": 1267953758
        },
        {
            "start": 1267953762,
            "stop": 1267956210
        },
        {
            "start": 1267956213,
            "stop": 1267958559
        },
        {
            "start": 1267958563,
            "stop": 1267959100
        },
        {
            "start": 1267959105,
            "stop": 1267961281
        },
        {
            "start": 1267961286,
            "stop": 1267964242
        },
        {
            "start": 1267964247,
            "stop": 1267964400
        },
        {
            "start": 1267965721,
            "stop": 1267967795
        },
        {
            "start": 1267967799,
            "stop": 1267969748
        },
        {
            "start": 1267969753,
            "stop": 1267972867
        },
        {
            "start": 1267972870,
            "stop": 1267978082
        },
        {
            "start": 1267978086,
            "stop": 1267978804
        },
        {
            "start": 1267978806,
            "stop": 1267978808
        },
        {
            "start": 1267978813,
            "stop": 1267982696
        },
        {
            "start": 1267982701,
            "stop": 1267984128
        },
        {
            "start": 1267984130,
            "stop": 1267988916
        }
    ]
}