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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4230",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4231,
    "results": [
        {
            "start": 874518660,
            "stop": 874518694
        },
        {
            "start": 874518744,
            "stop": 874518760
        },
        {
            "start": 874518782,
            "stop": 874518797
        },
        {
            "start": 874518816,
            "stop": 874518828
        },
        {
            "start": 874518924,
            "stop": 874518925
        },
        {
            "start": 874518962,
            "stop": 874518994
        },
        {
            "start": 874519030,
            "stop": 874519046
        },
        {
            "start": 874519139,
            "stop": 874519140
        },
        {
            "start": 874519211,
            "stop": 874519220
        },
        {
            "start": 874519239,
            "stop": 874519250
        },
        {
            "start": 874519447,
            "stop": 874519467
        },
        {
            "start": 874519740,
            "stop": 874519746
        },
        {
            "start": 874519777,
            "stop": 874519795
        },
        {
            "start": 874520431,
            "stop": 874520448
        },
        {
            "start": 874520494,
            "stop": 874520556
        },
        {
            "start": 874520587,
            "stop": 874520594
        },
        {
            "start": 874520628,
            "stop": 874520640
        },
        {
            "start": 874520760,
            "stop": 874520764
        },
        {
            "start": 874521240,
            "stop": 874521280
        },
        {
            "start": 874521299,
            "stop": 874521300
        }
    ]
}