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/S5/timelines/H1_CW_CAT1/segments?format=api&page=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=315",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 316,
    "results": [
        {
            "start": 855516736,
            "stop": 855520959
        },
        {
            "start": 855521882,
            "stop": 855526457
        },
        {
            "start": 855528831,
            "stop": 855533269
        },
        {
            "start": 855533592,
            "stop": 855544310
        },
        {
            "start": 855545111,
            "stop": 855546427
        },
        {
            "start": 855547258,
            "stop": 855558137
        },
        {
            "start": 855559025,
            "stop": 855592100
        },
        {
            "start": 855592815,
            "stop": 855604685
        },
        {
            "start": 855605553,
            "stop": 855606356
        },
        {
            "start": 855607503,
            "stop": 855608558
        },
        {
            "start": 855608562,
            "stop": 855608927
        },
        {
            "start": 855608931,
            "stop": 855608946
        },
        {
            "start": 855609206,
            "stop": 855609384
        },
        {
            "start": 855609388,
            "stop": 855609915
        },
        {
            "start": 855619749,
            "stop": 855629520
        },
        {
            "start": 855629524,
            "stop": 855630246
        },
        {
            "start": 855630259,
            "stop": 855674549
        },
        {
            "start": 855674780,
            "stop": 855676252
        },
        {
            "start": 855676300,
            "stop": 855684771
        },
        {
            "start": 855685883,
            "stop": 855689318
        }
    ]
}