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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=295",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 296,
    "results": [
        {
            "start": 832467198,
            "stop": 832467498
        },
        {
            "start": 832468685,
            "stop": 832468805
        },
        {
            "start": 832468950,
            "stop": 832472610
        },
        {
            "start": 832472760,
            "stop": 832479750
        },
        {
            "start": 832484121,
            "stop": 832484241
        },
        {
            "start": 832484402,
            "stop": 832484462
        },
        {
            "start": 832484634,
            "stop": 832486314
        },
        {
            "start": 832486404,
            "stop": 832487814
        },
        {
            "start": 832488108,
            "stop": 832489398
        },
        {
            "start": 832489518,
            "stop": 832491048
        },
        {
            "start": 832492259,
            "stop": 832493849
        },
        {
            "start": 832493879,
            "stop": 832494029
        },
        {
            "start": 832494272,
            "stop": 832494542
        },
        {
            "start": 832494692,
            "stop": 832496732
        },
        {
            "start": 832497012,
            "stop": 832500312
        },
        {
            "start": 832501226,
            "stop": 832501766
        },
        {
            "start": 832501935,
            "stop": 832501995
        },
        {
            "start": 832502164,
            "stop": 832502344
        },
        {
            "start": 832506755,
            "stop": 832507175
        },
        {
            "start": 832514008,
            "stop": 832514248
        }
    ]
}