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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4629",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4627",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4628,
    "results": [
        {
            "start": 969422721,
            "stop": 969422833
        },
        {
            "start": 969422836,
            "stop": 969423179
        },
        {
            "start": 969423182,
            "stop": 969423428
        },
        {
            "start": 969423431,
            "stop": 969424227
        },
        {
            "start": 969424230,
            "stop": 969424303
        },
        {
            "start": 969424306,
            "stop": 969424411
        },
        {
            "start": 969424429,
            "stop": 969424688
        },
        {
            "start": 969424691,
            "stop": 969425031
        },
        {
            "start": 969425034,
            "stop": 969425116
        },
        {
            "start": 969425119,
            "stop": 969425262
        },
        {
            "start": 969425265,
            "stop": 969425596
        },
        {
            "start": 969425615,
            "stop": 969425674
        },
        {
            "start": 969425677,
            "stop": 969425898
        },
        {
            "start": 969425923,
            "stop": 969425932
        },
        {
            "start": 969425936,
            "stop": 969425964
        },
        {
            "start": 969425993,
            "stop": 969426014
        },
        {
            "start": 969426036,
            "stop": 969426239
        },
        {
            "start": 969426257,
            "stop": 969428170
        },
        {
            "start": 969428173,
            "stop": 969428260
        },
        {
            "start": 969428263,
            "stop": 969428755
        }
    ]
}