Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=467
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=466",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 467,
    "results": [
        {
            "start": 861543156,
            "stop": 861546216
        },
        {
            "start": 861546397,
            "stop": 861546466
        },
        {
            "start": 861551323,
            "stop": 861551934
        },
        {
            "start": 861552024,
            "stop": 861552057
        },
        {
            "start": 861552299,
            "stop": 861555017
        },
        {
            "start": 861555199,
            "stop": 861559248
        },
        {
            "start": 861562047,
            "stop": 861562053
        },
        {
            "start": 861562055,
            "stop": 861562085
        },
        {
            "start": 861562087,
            "stop": 861565781
        },
        {
            "start": 861565975,
            "stop": 861567250
        },
        {
            "start": 861569257,
            "stop": 861569284
        },
        {
            "start": 861569286,
            "stop": 861569544
        },
        {
            "start": 861569854,
            "stop": 861570970
        },
        {
            "start": 861571049,
            "stop": 861593671
        },
        {
            "start": 861595059,
            "stop": 861595128
        },
        {
            "start": 861595674,
            "stop": 861599066
        },
        {
            "start": 861599329,
            "stop": 861601362
        },
        {
            "start": 861601644,
            "stop": 861610838
        },
        {
            "start": 861610840,
            "stop": 861610842
        },
        {
            "start": 861610844,
            "stop": 861610852
        }
    ]
}