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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=416",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 417,
    "results": [
        {
            "start": 865558373,
            "stop": 865583490
        },
        {
            "start": 865584634,
            "stop": 865613988
        },
        {
            "start": 865616171,
            "stop": 865617256
        },
        {
            "start": 865618141,
            "stop": 865620319
        },
        {
            "start": 865622920,
            "stop": 865626051
        },
        {
            "start": 865626055,
            "stop": 865645694
        },
        {
            "start": 865646750,
            "stop": 865655667
        },
        {
            "start": 865655671,
            "stop": 865668350
        },
        {
            "start": 865670034,
            "stop": 865684221
        },
        {
            "start": 865684433,
            "stop": 865695504
        },
        {
            "start": 865720229,
            "stop": 865736606
        },
        {
            "start": 865738229,
            "stop": 865743301
        },
        {
            "start": 865744591,
            "stop": 865785155
        },
        {
            "start": 865785240,
            "stop": 865793143
        },
        {
            "start": 865793292,
            "stop": 865795297
        },
        {
            "start": 865796505,
            "stop": 865798627
        },
        {
            "start": 865802694,
            "stop": 865807161
        },
        {
            "start": 865807318,
            "stop": 865808646
        },
        {
            "start": 865809599,
            "stop": 865824181
        },
        {
            "start": 865825373,
            "stop": 865825549
        }
    ]
}