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=792
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=793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=791",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 792,
    "results": [
        {
            "start": 858218424,
            "stop": 858219384
        },
        {
            "start": 858225537,
            "stop": 858227097
        },
        {
            "start": 858227300,
            "stop": 858232220
        },
        {
            "start": 858232602,
            "stop": 858239262
        },
        {
            "start": 858240880,
            "stop": 858255640
        },
        {
            "start": 858256991,
            "stop": 858261971
        },
        {
            "start": 858262121,
            "stop": 858268931
        },
        {
            "start": 858269081,
            "stop": 858269651
        },
        {
            "start": 858270332,
            "stop": 858271202
        },
        {
            "start": 858271352,
            "stop": 858271832
        },
        {
            "start": 858272353,
            "stop": 858274273
        },
        {
            "start": 858275791,
            "stop": 858276271
        },
        {
            "start": 858276588,
            "stop": 858279048
        },
        {
            "start": 858279198,
            "stop": 858280278
        },
        {
            "start": 858280428,
            "stop": 858291708
        },
        {
            "start": 858293585,
            "stop": 858296525
        },
        {
            "start": 858296867,
            "stop": 858298067
        },
        {
            "start": 858298367,
            "stop": 858300497
        },
        {
            "start": 858300647,
            "stop": 858303107
        },
        {
            "start": 858303257,
            "stop": 858306827
        }
    ]
}