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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=739",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 740,
    "results": [
        {
            "start": 858210303,
            "stop": 858216903
        },
        {
            "start": 858218481,
            "stop": 858219321
        },
        {
            "start": 858225537,
            "stop": 858227097
        },
        {
            "start": 858227300,
            "stop": 858232220
        },
        {
            "start": 858232602,
            "stop": 858233472
        },
        {
            "start": 858233622,
            "stop": 858239262
        },
        {
            "start": 858240880,
            "stop": 858252730
        },
        {
            "start": 858252760,
            "stop": 858254320
        },
        {
            "start": 858254350,
            "stop": 858255640
        },
        {
            "start": 858256993,
            "stop": 858257293
        },
        {
            "start": 858257323,
            "stop": 858257443
        },
        {
            "start": 858257473,
            "stop": 858258493
        },
        {
            "start": 858258523,
            "stop": 858258583
        },
        {
            "start": 858258613,
            "stop": 858260353
        },
        {
            "start": 858260383,
            "stop": 858262003
        },
        {
            "start": 858262123,
            "stop": 858262603
        },
        {
            "start": 858262633,
            "stop": 858268873
        },
        {
            "start": 858271259,
            "stop": 858272159
        },
        {
            "start": 858272368,
            "stop": 858276268
        },
        {
            "start": 858276586,
            "stop": 858284356
        }
    ]
}